home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000422_news@newsmaster….columbia.edu _Tue Apr 14 09:56:15 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA02493
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Apr 1998 09:56:15 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA20454
  7.     for kermit.misc@watsun; Tue, 14 Apr 1998 09:56:14 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: translate CR only lines to NL only lines?
  12. Date: 14 Apr 1998 13:56:09 GMT
  13. Organization: Columbia University
  14. Lines: 21
  15. Message-ID: <6gvptp$6pe$1@apakabar.cc.columbia.edu>
  16. References: <ru7Y.24977$8%2.7096675@news.inreach.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8626
  19.  
  20. In article <ru7Y.24977$8%2.7096675@news.inreach.com>,
  21. Dick Repasky <d_repasky@inreach.com> wrote:
  22. : Is it possible to translate CR's to newline characters on incoming
  23. : text to be either displayed on the screen or captured in a session-log
  24. : file?
  25. : I'm using C-kermit on a linux box to talk to a program on an apple newton.
  26. : The Newton program sends its output with only CR's at the ends of lines.
  27. : I've tried what seem to be all reasonable possibilities with "set
  28. : terminal" with to no avail.
  29.  
  30. You cannot translate CRs to LFs, but you can add LFs.
  31.  
  32.   SET TERMINAL CR-DISPLAY { CRLF, NORMAL } to specify how incoming
  33.   carriage return characters are to be displayed on your screen.
  34.  
  35.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  36.                  The Kermit Project * Columbia University
  37.               612 West 115th St #716 * New York, NY * 10025
  38.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org